Avoid header notice log spam from RunJobs API
authorAaron Schulz <aschulz@wikimedia.org>
Wed, 12 Mar 2014 19:19:27 +0000 (12:19 -0700)
committerOri.livneh <ori@wikimedia.org>
Tue, 18 Mar 2014 22:30:50 +0000 (22:30 +0000)
commit96528b1f889506dbc21e31a9416787dc221d10a2
tree3896fe42f242bb2d0215cbf3bae4bb42db9ffd18
parente5b73522033eb427d827fd9051a93955da20bed0
Avoid header notice log spam from RunJobs API

* Moved ApiRunJobs to a special page instead of going through
  ApiMain and having to fight the logic there. As a separate
  internal API, this does not show up on the API help page and
  is no longer effected by $wgEnableAPI.

bug: 62233
Change-Id: I1db6f526d02e130a66ee03289858a734d89e6c00
includes/AutoLoader.php
includes/Wiki.php
includes/api/ApiMain.php
includes/api/ApiRunJobs.php [deleted file]
includes/specialpage/SpecialPageFactory.php
includes/specials/SpecialRunJobs.php [new file with mode: 0644]
languages/messages/MessagesEn.php